home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / bisonpcb / tgram.grd < prev    next >
Text File  |  1987-09-17  |  282b  |  20 lines

  1.  
  2. #include "tgram.att"
  3. extern int yyerror;
  4. extern int yycost;
  5. extern char * yymsg;
  6. extern YYSTYPE yyval;
  7.  
  8. yyguard(n, yyvsp, yylsp)
  9. register int n;
  10. register YYSTYPE *yyvsp;
  11. register YYLTYPE *yylsp;
  12. {
  13.   yyerror = 0;
  14. yycost = 0;
  15.   yymsg = 0;
  16. switch (n)
  17.     {
  18.     }
  19. }
  20.